home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
wild
/
include
/
extensions
/
vektorial.i
< prev
Wrap
Text File
|
1999-01-01
|
673b
|
21 lines
IFND VektorialExtension
VektorialExtension SET 1
** Vektorial.library definitions.
STRUCTURE VektorialBase,wx_SIZEOF
LABEL vkb_SIZEOF
_LVOVekLookingAt EQU -30 ; a0:Origin(Vektor),a1:LookAt(Vektor)
_LVOCamLookingAt EQU -36 ; a0:Cam(Ref),a1:LookAt(Vektor),d0:mode (CAMD_?)
_LVORotateDD EQU -42 ; a0:Vek,d0:angle(0-1024),d1:X offset,d2:Y offset
***************************************************************************************
*** Camera modes *******
***************************************************************************************
CAMD_GROUND_ORIENTED EQU 1 ; Means the I versor is parallel to the ground. (Usually that's the best)
ENDC